KFbxIO Class Reference
#include <kfbxio.h>
List of all members.
Detailed Description
Base class for FBX file import and export.
Definition at line 68 of file kfbxio.h.
Member Enumeration Documentation
Error identifiers.
- eFILE_CORRUPTED
 
- eFILE_VERSION_NOT_SUPPORTED_YET
 
- eFILE_VERSION_NOT_SUPPORTED_ANYMORE
 
- eFILE_NOT_OPENED
 
- eFILE_NOT_CREATED
 
- eOUT_OF_DISK_SPACE
 
- eUNINITIALIZED_FILENAME
 
- eUNIDENTIFIED_ERROR
 
- eINDEX_OUT_OF_RANGE
 
- ePASSWORD_ERROR
 
- eSTREAM_OPTIONS_NOT_SET
 
- eEMBEDDED_OUT_OF_SPACE
 
Definition at line 125 of file kfbxio.h.
 
 
Member Function Documentation
| static K_DEPRECATED void GetCurrentVersion | 
( | 
int &  | 
pMajor, | 
 | 
 | 
int &  | 
pMinor, | 
 | 
 | 
int &  | 
pRevision | 
  | 
 | 
) | 
 | 
 | 
[static] | 
 
Get the FBX version number for this version of the FBX SDK.
FBX version numbers start at 5.0.0.
- Parameters:
 
- 
 | 
pMajor  | 
Version major number. | 
 | 
pMinor  | 
Version minor number. | 
 | 
pRevision  | 
Version revision number. | 
 
 
 
| virtual bool Initialize | 
( | 
const char *  | 
pFileName | 
 )  | 
[virtual] | 
 
Initialize object.
- Parameters:
 
- 
 | 
pFileName  | 
Name of file to access. | 
 
- Returns:
 
true if successful, false
otherwise. 
 
 
| virtual KString GetFileName | 
( | 
 | 
 )  | 
[virtual] | 
 
Get the file name.
- Returns:
 
- Filename or an empty string if the filename has not been
set.
 
 
 
Retrieve error object.
- Returns:
 
- Reference to error object.
 
 
 
| EError
GetLastErrorID | 
( | 
 | 
 )  | 
const | 
 
Get last error code.
- Returns:
 
- Last error code.
 
 
 
| const char* GetLastErrorString | 
( | 
 | 
 )  | 
const | 
 
Get last error string.
- Returns:
 
- Textual description of the last error.
 
 
 
| void GetMessage | 
( | 
KString
&  | 
pMessage | 
 )  | 
const | 
 
Get warning message from file reader/writer.
- Parameters:
 
-